Learn R Programming

PharmacoGx (version 1.1.6)

featureInfo<-: featureInfo<- Generic

Description

Generic for featureInfo replace method

Usage

featureInfo(object, mDataType) <- value

Arguments

object
The PharmacoSet to replace gene annotations in
mDataType
The type of molecular data to be updated
value
A data.frame with the new feature annotations

Value

Updated PharmacoSet

Examples

Run this code
data(CCLEsmall)
featureInfo(CCLEsmall, "rna") <- featureInfo(CCLEsmall, "rna")

Run the code above in your browser using DataLab